internal/runtime/maps.Iter.group (field)

18 uses

	internal/runtime/maps (current package)
		table.go#L533: 	group groupReference
		table.go#L562: 	it.group = groupSmall
		table.go#L620: 	it.group = groupReference{}
		table.go#L653: 			elem := it.group.elem(it.typ, slotIdx)
		table.go#L692: 			if (it.group.ctrls().get(k) & ctrlEmpty) == ctrlEmpty {
		table.go#L697: 			key := it.group.key(it.typ, k)
		table.go#L714: 						elem = it.group.elem(it.typ, k)
		table.go#L726: 				elem = it.group.elem(it.typ, k)
		table.go#L828: 		if slotIdx == 0 || it.group.data == nil {
		table.go#L834: 			it.group = it.tab.groups.group(it.typ, groupIdx)
		table.go#L837: 		if (it.group.ctrls().get(slotIdx) & ctrlEmpty) == 0 {
		table.go#L840: 			key := it.group.key(it.typ, slotIdx)
		table.go#L859: 				elem = it.group.elem(it.typ, slotIdx)
		table.go#L896: 			if slotIdx == 0 || it.group.data == nil {
		table.go#L902: 				it.group = it.tab.groups.group(it.typ, groupIdx)
		table.go#L906: 				groupMatch = it.group.ctrls().matchFull()
		table.go#L933: 			key := it.group.key(it.typ, slotIdx)
		table.go#L974: 				elem = it.group.elem(it.typ, slotIdx)